Shaokang's Blog

Reservation system website application deployed

The website made by me for my CS425 project has been deployed and works normally at This Website. In webpage browser is at bottom. This app is done solely by me.

Source code is at My Github Page

This is a website made by using SQL as database and Material Theme as layout.

Test account information:

idprioritypasswordName
1admin123456
28patient456789Rebecca Torres
29scheduler789456
30medical staff123789

Basic functions:

Login

The application must provide a login portal for user to login. The application will validate the user credentials and privileges. For this project you are only required to provide the implementation of managers.

Privileges

1- Users with admin privileges can do the following:

​ a. Schedule an appointment

​ b. Create new patient

​ c. Create a new user account

​ d. Access the business reporting

2- Users with Doctor/Staff privileges can do the following:

​ a. View and update patient record

​ b. Create an Order

​ c. View calendar and schedule appointment with medical staff

3- Users with Patient privileges can do the following:

​ a. View the orders

​ b. View bills

4- Users with Scheduler privileges can do the following:

​ a. View the orders

​ b. View bills

​ c. View calendar and schedule appointment with medical staff

Order transaction

Doctors can order diagnostics for a patient, once the diagnostics are completed and results are available. The system gets updated by medical staff.

Reporting and analytics

The admin will have the capability of running business analytics reports that will help them monitor business operations.

• Total revenue from all diagnostic

• Total revenue from each doctor visit

• Allow patient to view their bills, appointment and medical record

In webpage demo:

 Comments